@charset "utf-8";
/* CSS Document */
h1
{
    text-align: center;
    color: #fc3098;
}
body
{
    background: rgb(32,14,54);
    background: linear-gradient(180deg, rgba(32,14,54,1) 0%, rgba(9,13,121,1) 31%, rgba(196,0,255,1) 100%);
    min-height: 100vh;
}
canvas
{
    padding: 0;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#instructions
{
    text-align: center;
    font-size: 20px;
    color: #ff6200;
}
ul.centered
{
    display: inline-block;
    text-align: left;
}